All Questions
2 questions
1vote
1answer
100views
Threads Inside Full Duplex Device Library
This is the second project I'm working on which will use a design that I'm not 100% confident about. I'd like some feedback, maybe recommendations for a better design, or verification that this would ...
4votes
13answers
3kviews
Limitations of Polymorphism in statically typed languages
I program mostly in statically typed languages, like C++ and Java. A common strategy employed in languages like these to handle dealing with collections of objects which are related, but which need ...